Export Data

Customize Exported File Columns

Code Customization
Customize Exported File Columns (Not Applicable To Mobile)
Description:

This customization limits the number of columns to be exported.

For a Web Application the customization will be added in:

..\<Application Name>\<Table Name>\Show<Table Name>.Controls.cs

For example: C:\MyApp1\Customers\ShowCustomersTable.Controls.cs


For a Web Site the customization will be added in:

..\<Application Name>\App_Code\<Table Name>\Show<Table Name>.Controls.cs

For example: C:\MyApp1\App_Code\Customers\ShowCustomersTable.Controls.cs

Procedure:

Step 1:  Use this wizard to add code customization.

Step 2:  If you use button as a control to trigger export of "Button" type then modify parameter type to EventArgs:

Instead of ImageClickEventArgs use EventArgs

Step 3:  Build and run the application.

Applies To:

This customization only applies to table panels with an "Export" button.

This customization only applies to tables with non-composite primary key.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.

Terms of Service Privacy Statement